home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000151_jaltman@watsun.cc.columbia.edu_Wed Jun 12 10:14:52 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  46 lines

  1. Article: 13451 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: ssh0agent
  6. Date: 12 Jun 2002 06:03:17 GMT
  7. Organization: Columbia University
  8. Lines: 29
  9. Message-ID: <ae6o75$t7f$1@newsmaster.cc.columbia.edu>
  10. References: <ae41fm$ddj$1@newsmaster.cc.columbia.edu> <OBvN8.2460$oC3.2844600@news2.news.adelphia.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1023861797 29935 128.59.39.2 (12 Jun 2002 06:03:17 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 12 Jun 2002 06:03:17 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13451
  16.  
  17. In article <OBvN8.2460$oC3.2844600@news2.news.adelphia.net>,
  18. Tom Horsley <tom.horsley@att.net> wrote:
  19. : I tried this, and there is an ssh-agent running now, and kermit will accept
  20. : an ssh agent add command which prompts me for my passphrase, then
  21. : always says SSH_AGENT_FAILURE. If I try to run the add command
  22. : again, it says it could not open a connection to the agent (yet task manager
  23. : shows it still running).
  24.  
  25. As it turns out there is a bug in the release SSH-AGENT.EXE that
  26. prevents the proper processing of SSHv2 keys.
  27.  
  28. There is also a bug in K95[G].EXE that prevents K95 from communicating
  29. with the SSH-AGENT more than once.
  30.  
  31. There is another bug in the K95 parser that prevents the SSH AGENT LIST
  32. command from being executed.
  33.  
  34. All in all this pretty much makes all of the SSH AGENT support in 1.1.21
  35. and 2.0 non-functional.  None of these bugs were picked up during the
  36. beta period for 1.1.21 (three months) or 2.0 (two weeks).
  37.  
  38. I have fixed these problems in the source code.  The next release 
  39. will contain the working functionality.
  40.  
  41.  
  42.  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
  43.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  44.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  45.  kermit-support@columbia.edu               OpenSSL.
  46.